MISSION: Now that you have reviewed more transformations, you have another mission to complete.

  • For your second mission, use rotation to move the sprite to the target triangle.
  • You can solve this mission using 1 rotation command.
  • Click Run to check you solution. Then click Submit and Next.

To navigate the page using the TAB key, first press ESC to exit the code editor.

sprite = codesters.Sprite("triangle") sprite.go_to(-150, 100) sprite.say("Start")
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)